The first time you run Nuclei, it will automatically create a nuclei-templates
directory in the user’s home folder and download all of the publicly available
nuclei templates.
Dirsearch
Dirsearch is a multi-threaded web directory path-enumeration tool used to
find common paths on web servers. Dirsearch is available in Kali’s software
repositories, so to install it, you can simply run the following command:
$ sudo apt install dirsearch -y
To verify that Dirsearch is correctly installed, run a help command:
$ dirsearch --help
Linux_Exploit_Suggester 2
The Linux Exploit Suggester 2 is a next-generation tool based on the original
Linux Exploit Suggester. Written in Perl and developed by Jonathan Donas, it
includes several exploits you can use to potentially compromise a local Linux
kernel.
To install it, first clone the repository to your tools directory:
$ cd ~/tools
$ git clone https://github.com/jondonas/linux-exploit-suggester-2.git
To verify Linux Exploit Suggester 2 is installed correctly, run a help
command:
$ cd linux-exploit-suggester-2
$ perl linux-exploit-suggester-2.pl -h
Gitjacker
Gitjacker is a data-extraction tool that targets web applications whose .git
directory has been mistakenly uploaded. Before you can install Gitjacker, you’ll
first need to install jq, a command line JSON processor:
$ sudo apt install jq -y
Next, get the Gitjacker install script and run it:
PROD: PLEASE BREAK AT A NATURAL PLACE
$ curl -s
"https://raw.githubusercontent.com/liamg/gitjacker/master/scripts/install.sh" |
bash
Finally, verify that Gitjacker is working properly by running the following
help command:
$ ~/bin/gitjacker -h
Black Hat Bash (Early Access) © 2023 by Dolev Farhi and Nick Aleks